home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Developer
/
StopWatch
/
Source
/
InfoPanel.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-23
|
246 b
|
20 lines
/*
* Info Panel support for Stopwatch app.
*
* For legal stuff see the file COPYRIGHT
*/
#import <appkit/appkit.h>
@interface InfoPanel:Object
{
id panel;
id versionField;
id legalPanel;
}
+ new;
- showInfo;
- showLegal:sender;
@end